home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inside Mac Games Volume 5 #3
/
IMG 46 Vol 5-3.iso
/
More Goodies
/
More For Your Game
/
Realmz
/
Character Master Source
/
Nemesis Framework
/
Headers
/
nemesis resources.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-07-03
|
554b
|
17 lines
//•••••••••••••••••••••••••••
//• Written by David Wagner •
//• ----------------------- •
//• Created: 1 Jun 1996 •
//•••••••••••••••••••••••••••
#ifndef _NEMESISRESOURCES_
#define _NEMESISRESOURCES_ // Usual check to include this only once
OSErr NemesisGetPixPat( int, PixPatHandle & );
void NemesisDisposePixPat( PixPatHandle & );
OSErr NemesisPenPixPat( PixPatHandle & );
Handle NemesisGet1Resource( short, OSType, short );
OSErr NemesisGetDialog( short, void *, WindowRef , DialogRef &);
void NemesisGetIndString( short, short, Str255 );
#endif